m_dk_kamen_hibiware
===================
  Textures:
    - dk_kamen1
    - dk_kamen1
    - toonMETAL

  Ambient Colors:
    - 50, 50, 50, 50

  Constant Colors:
    - 80, 112, 150, 255
    - 160, 120, 0, 255

  Color Registers:
    - 49, 76, 124, 255

  Steps:
    1: RGB = (lerp from (49, 76, 124) to (80, 112, 150) using (tex #3 RGB)), multiply by 2
         A = 0
    2: RGB = ((80, 112, 150) * (tex #3 A)), add 127, divide by 2
         A = 255
    3: RGB = (tex #1 RGB), then add (prev. RGB), divide by 2
         A = (prev. A)
    4: RGB = ((160, 120, 0) * (tex #3 RGB)), then add (prev. RGB), multiply by 2
         A = (prev. A)



m_dk_kamen_main
===============
  Textures:
    - dk_kamen1
    - dk_kamen1
    - toonMETAL

  Ambient Colors:
    - 50, 50, 50, 50

  Constant Colors:
    - 80, 112, 150, 255
    - 160, 120, 0, 255

  Color Registers:
    - 49, 76, 124, 255

  Steps:
    1: RGB = (lerp from (49, 76, 124) to (80, 112, 150) using (tex #3 RGB))
         A = 0
    2: RGB = ((80, 112, 150) * (tex #3 A)), divide by 2
         A = 255
    3: RGB = (tex #1 RGB), then add (prev. RGB)
         A = (prev. A)
    4: RGB = ((160, 120, 0) * (tex #3 RGB)), then add (prev. RGB)
         A = (prev. A)



m_dk_kamen_me
=============
  Textures:
    - dk_kamen1

  Ambient Colors:
    - 50, 50, 50, 50

  Steps:
    1: RGB = ((tex #1 RGB) * (vertex RGB))
         A = ((tex #1 A) * (vertex A))
